Welcome![Sign In][Sign Up]
Location:
Search - cad objectarx

Search list

[Other systemsCreateAndInsertBlock

Description: ObjectARX VC 用于自定义一个块定义,并插入块参照。 CAD二次开发!
Platform: | Size: 13400 | Author: weizcw2008 | Hits:

[Otherinspector2000

Description: AUTOCAD 程序员使用的,ARX图纸数据结构显示-AutoCAD programmers using the data structure ARX drawings show
Platform: | Size: 104448 | Author: nbxiong | Hits:

[GUI DeveloptransformBy

Description: 用vc结合objectarx对autocad二次开发,输入cad命令生产圆和直线,并能让图形实现镜像,偏置。-Vc ObjectARX combination with the secondary development of autocad, cad command input circular and straight-line production, and graphics can achieve mirroring, bias.
Platform: | Size: 19456 | Author: david huang | Hits:

[AlgorithmCuverTExt

Description: 曲线求解的方程,矩阵求解。非常好的东西。在CAD二次开发上可以用到,用ObjectArx- Curve of the equation solving, matrix solving. Very good things. In the secondary development of CAD can be used with ObjectArx
Platform: | Size: 2048 | Author: cnng | Hits:

[Graph DrawingDelaunay

Description: 这是一个关于cad二次开发的例子,用objectARX开发的,实现正在CAD中画不规则三角网-This is an example of secondary development on the cad with objectARX development, implementation is in the CAD drawing triangulated irregular network. . .
Platform: | Size: 15413248 | Author: 陈江平 | Hits:

[Graph DrawingObjectARXCAD

Description: 用objectARX对cad二次开发中各种表操作的一些源代码-Secondary development of the cad with objectARX all table operations in some of the source code
Platform: | Size: 5120 | Author: 陈江平 | Hits:

[VC/MFC11

Description: ADO技术ObjectArx中的应用,主要介绍数据库技术在CAD中的应用-ObjectArx of ADO technology, database technology introduced in the CAD application
Platform: | Size: 52224 | Author: syq2009 | Hits:

[CADAUTODESK-development

Description: AutoCAD 是采用开放架构体系 的通用CAD 平台,它提供一个可 扩展的编程框架,用户可以使用 API进行定制开发。ObjectARX 是以C++语言为基础的面向对象 的开发环境和应用程序接口,也 是AutoCAD 最为强大的定制开发 工具,本篇我们介绍ObjectARX 的程序架构和使用方法,通过本 章的学习可以使用ObjectARX 开发快速、高效、简洁的应用程序。-AutoCAD is an open architecture system of common CAD platform, which provides an extensible programming framework, users can use the API for custom development. ObjectARX is a C++ language based on object-oriented development environment and application program interface, AutoCAD is the most powerful tools for custom development, this article, we introduce ObjectARX program structure and use, In this chapter you can use ObjectARX development of rapid, efficient, simple applications.
Platform: | Size: 1261568 | Author: ivw | Hits:

[CAD3t2

Description: CAD ARX三维线转二维线 采用ObjectARX编写适用于ACAD2004以上版本-CAD ARX-dimensional line using three-dimensional wire transfer ObjectARX written above applies to ACAD2004
Platform: | Size: 7164928 | Author: xqo | Hits:

[CADdoubleclick

Description: OBJECTARX cad 二次开发,双击实体进行标注-OBJECTARX cad secondary development, double-labeling entities
Platform: | Size: 645120 | Author: xxs | Hits:

[CADSPSS(5.0)(2010-12-30)

Description: CAD二次开发用ObjectARX.实现三维软件开发-Surface reconstruction, CAD second development with ObjectARX. Achieve 3 d software development use B spline curve reconstruction 3 d point cloud model
Platform: | Size: 19516416 | Author: 莲子 | Hits:

[CADblockName

Description: cad 二次开发,读取配置文件(文件中有源与目标的块名)来更改块名。-autocad objectarx,read text file(include source blockname and destination blockname)that change the blockname
Platform: | Size: 1868800 | Author: 周红强 | Hits:

[CADarx94

Description: 利用AutoCAD平台,基于ObjectARX和VC,开发一套蜗轮蜗杆传动CAD系统-AutoCAD platform, based on ObjectARX and VC, the development of a worm gear CAD system
Platform: | Size: 2750464 | Author: 张文 | Hits:

[Other Databasesclones

Description: cad数据库的操作函数,数据库之间数据的读取与复制- This sample explores the various ways ObjectARX provides to copy an object within the same database or across databases.
Platform: | Size: 7168 | Author: yuqi | Hits:

[OtherArxProject1

Description: objectarx二次开发 vs2005编译 加载debug下的arx控件后 在cad中键入“testcmd” 弹出管道绘制框-the objectarx secondary to develop the arx control vs2005 compile load debug under to type " testcmd" in cad pop-up pipes draw box
Platform: | Size: 7582720 | Author: 梁俊 | Hits:

[CADCode

Description: 这里面有很多的objectarx的源代码,分别可以在CAD中加载实现不同的功能-There are a lot of objectarx source code, respectively, can be loaded in CAD achieve different functions
Platform: | Size: 7739392 | Author: 应凯涛 | Hits:

[CADOBJECT-Code

Description: 这里面有利用objectarx二次开发的许多程序的源代码,可以在cad中加载实现不同的功能-And there are a lot of secondary development use objectarx program' s source code, you can load the cad different functions
Platform: | Size: 7746560 | Author: 应凯涛 | Hits:

[OtherObjectARX2006

Description: ObjectARX开发实例教程,非常适合作为使用arx进行CAD二次开发的入门教程。-ObjectARX development tutorials arx be very suitable for use as the secondary development of CAD Tutorial.
Platform: | Size: 584704 | Author: rexting | Hits:

[Special EffectsRibbonSample

Description: cad.net 二次开发General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly.-cad.net 二次开发 objectarx.net
Platform: | Size: 54272 | Author: chenxunyuan | Hits:

[CADGetKindsLinesPts

Description: 选择CAD实体,将实体的点位信息输出到一个文本文件中。对于刚接触ObjectARX编程的童鞋还是很有用的,可以清楚的了解CAD中部分类型实体的数据结构。VS2005+ObjectARX2007,个人编写。-Select CAD entities and write entities pts to a text file.It is helpful for those learn ObjectARX and C++.You can learn something about ARX Entities and VC.
Platform: | Size: 45056 | Author: 轩心之迪 | Hits:
« 1 2 34 »

CodeBus www.codebus.net